const go/printer.newline
15 uses
go/printer (current package)
nodes.go#L57: p.print(newline)
nodes.go#L134: p.print(newline)
nodes.go#L135: p.print(indent, "// "+filteredMsg, unindent, newline)
nodes.go#L298: p.print(newline)
nodes.go#L310: p.print(token.COMMA, newline)
nodes.go#L311: p.print("// "+filteredMsg, newline)
nodes.go#L1161: p.print(indent, newline)
nodes.go#L1370: p.print(newline)
nodes.go#L1998: p.print(newline)
printer.go#L33: newline = whiteSpace('\n')
printer.go#L431: case newline, formfeed:
printer.go#L697: case newline, formfeed:
printer.go#L725: if ch == newline || ch == formfeed {
printer.go#L831: case newline, formfeed:
printer.go#L942: if x == newline || x == formfeed {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)